home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FutureMusic 138
/
Future Music Magazine FM138 August 2003 Free Soft Synch NI Carbon.iso
/
pc
/
resources
/
kontaktpp.swf
/
scripts
/
DefineButton2_68
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2002-10-01
|
138b
|
11 lines
on(press){
if(playall == 0)
{
all.gotoAndStop("offdown");
}
else
{
all.gotoAndStop("ondown");
}
}